GetWasmBytecodeResponse

data class GetWasmBytecodeResponse(bytecode: String)

Represents response frame that is returned from Debugger#getWasmBytecode operation call. This command is deprecated. Use getScriptSource instead.

See also

Constructors

GetWasmBytecodeResponse
Link copied to clipboard
fun GetWasmBytecodeResponse(bytecode: String)

Properties

bytecode
Link copied to clipboard
val bytecode: String
Script source.

Sources

jvm source
Link copied to clipboard